home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON08 / ACT08B / L08B1.DIR / Internal_11_initialize the activity.ls < prev    next >
Encoding:
Text File  |  2004-07-11  |  123 b   |  6 lines

  1. on exitFrame
  2.   global gContinentList
  3.   gContinentList = ["southamerica", "asia1", "africa", "australia1"]
  4.   go("play")
  5. end
  6.